This function returns the record numbers within a subsetted time period for a particular level.
In this example, we get the number of records and record numbers within the subsetted area of interest defined in EOS_PT_DEFTIMEPERIOD for the 0th level:
status = EOS_PT_PERIODRECS(pointID, periodID, 0, nrec, recs)
Result = EOS_PT_PERIODRECS(pointID, periodID, level, nrec, recs)
Returns SUCCEED (0) if successful and FAIL (–1) otherwise.
Point id (long).
Period id (long) returned by EOS_PT_DEFTIMEPERIOD.
Point level (0-based long).
A named variable that will contain the number of records (long) within time period in level.
A named variable that will contain the record numbers (long) of subsetted records in level.
None
|
5.2 |
Introduced |